chore(deps): update all non-major dependencies #237
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^0.13.6
->^0.13.10
^0.17.9
->^0.17.11
^2.2.180
->^2.2.183
^20.11.16
->^20.11.19
^18.19.14
->^18.19.17
^5.0.3
->^5.0.4
^3.4.15
->^3.4.19
^3.4.15
->^3.4.19
^3.35.1
->^3.36.0
^28.2.1
->^28.2.3
^15.2.1
->^15.2.2
8.15.1
->8.15.3
^8.15.0
->^8.15.3
^1.70.0
->^1.71.0
1.0.0-beta.5
->1.1.3
^0.13.2
->^0.13.3
^8.0.1
->^8.0.2
^4.7.0
->^4.7.1
^1.6.0
->^1.7.1
^5.0.12
->^5.1.3
1.0.0-rc.41
->1.0.0-rc.42
^3.4.15
->^3.4.19
Release Notes
arethetypeswrong/arethetypeswrong.github.io (@arethetypeswrong/cli)
v0.13.10
Compare Source
Patch Changes
2379636
: Fix default options when calling internal CLI render APIsv0.13.9
Compare Source
Patch Changes
66fa67b
]v0.13.8
Compare Source
Patch Changes
fbc894d
: Add package.json to CLI exportsv0.13.7
Compare Source
Patch Changes
856e8b6
: Expose internal renderer and exit code APIAkryum/histoire (@histoire/plugin-vue)
v0.17.11
Compare Source
compare changes
🩹 Fixes
❤️ Contributors
iconify/icon-sets (@iconify/json)
v2.2.183
Compare Source
v2.2.182
Compare Source
v2.2.181
Compare Source
vitejs/vite-plugin-vue (@vitejs/plugin-vue)
v5.0.4
vuejs/core (@vue/compiler-sfc)
v3.4.19
Compare Source
Bug Fixes
Features
Performance Improvements
getType()
GC and speed (#10327) (603a1e1)v3.4.18
Compare Source
Bug Fixes
v3.4.17
Compare Source
Reverts
v3.4.16
Compare Source
Bug Fixes
MaybeDirty
recurse (#10187) (6c7e0bd), closes #10185markRaw
(#10289) (2312184), closes #10288Reverts
zloirock/core-js (core-js)
v3.36.0
Compare Source
ArrayBuffer.prototype.transfer
and friends proposal:ArrayBuffer.prototype.detached
ArrayBuffer.prototype.transfer
ArrayBuffer.prototype.transferToFixedLength
es.
namespace modules,/es/
and/stable/
namespaces entriesUint8Array
to / from base64 and hex proposal:Uint8Array.fromBase64
Uint8Array.fromHex
Uint8Array.prototype.toBase64
Uint8Array.prototype.toHex
/actual/
namespace entriesPromise.try
proposal has been resurrected and moved to stage 2, Febrary 2024 TC39 meetingcore-js/stage/2.7
- still emptySet.prototype.intersection
feature detectionArray.prototype.{ indexOf, lastIndexOf, includes }
, #1325, thanks @minseok-choeArray.prototype.{ reduce, reduceRight }
, #1327, thanks @minseok-choeArray.from
and some other methods with proxy targets, #1322, thanks @minseok-choeArrayBuffer.prototype.transfer
and friends proposal in some specific cases in IE10-Date.prototype.toJSON
toJSON.stringify
entries dependencies{ Map, Object }.groupBy
,Promise.withResolvers
,ArrayBuffer.prototype.transfer
and friends marked as supported from Safari 17.4Set
methods fixed and marked as supported from V8 ~ Chrome 123Symbol.metadata
marked as supported from Deno 1.40.4electron/electron (electron)
v28.2.3
: electron v28.2.3Compare Source
Release Notes for v28.2.3
Fixes
webContents.printToPDF
could fail when certain combinations ofmargins
andpageSize
values are passed. #41267 (Also in 29)node::Environment
destruction potentially wouldn't be propagated to theNodeService
exit handler. #41302 (Also in 27, 29)Other Changes
v28.2.2
: electron v28.2.2Compare Source
Release Notes for v28.2.2
Fixes
select-usb-device
did not respect thefilter
option innavigator.usb.requestDevice()
. #41198 (Also in 27, 29)Other Changes
1511567
.1514777
.1511085
.1519980
. #41178okonet/lint-staged (lint-staged)
v15.2.2
Compare Source
Patch Changes
fdcdad4
Thanks @iiroj! - Lint-staged no longer tries to load configuration from files that are not checked out. This might happen when using sparse-checkout.pnpm/pnpm (pnpm)
v8.15.3
Compare Source
Patch Changes
Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
v8.15.2
Compare Source
Patch Changes
node_modules
directories, pnpm will no longer print multiple prompts simultaneously.node_modules
.package.json
#4761.Platinum Sponsors
Gold Sponsors
Our Silver Sponsors
sass/dart-sass (sass)
v1.71.0
Compare Source
For more information about
pkg:
importers, see theannouncement on the Sass blog.
Command-Line Interface
--pkg-importer
flag to enable built-inpkg:
importers. Currentlythis only supports the Node.js package resolution algorithm, via
--pkg-importer=node
. For example,@use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
.JavaScript API
NodePackageImporter
importer that can be passed to theimporters
option. This loads files using the
pkg:
URL scheme according to the Node.jspackage resolution algorithm. For example,
@use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
. The constructor takes a singleoptional argument, which indicates the base directory to use when locating
node_modules
directories. It defaults topath.dirname(require.main.filename)
.Dart API
NodePackageImporter
importer that can be passed to theimporters
option. This loads files using the
pkg:
URL scheme according to the Node.jspackage resolution algorithm. For example,
@use "pkg:bootstrap"
will loadnode_modules/bootstrap/scss/bootstrap.scss
. The constructor takes a singleargument, which indicates the base directory to use when locating
node_modules
directories.shikijs/shiki (shiki)
v1.1.3
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.1.2
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.1.1
Compare Source
🚀 Features
🐞 Bug Fixes
View changes on GitHub
v1.1.0
Compare Source
🚀 Features
🐞 Bug Fixes
getHighlighter
that requireslangs
andthemes
to be set, close #583 - by @antfu in https://github.com/shikijs/shiki/issues/583 (8515a)View changes on GitHub
v1.0.0
Compare Source
Shiki v1.0 is a major rewrite that solves most of the long-lasting issues. Previously known as Shikiji, now it's merged back to Shiki.
👉 Migration Guide
Notable Highlights
Generated Changelog
🚨 Breaking Changes
languages/
tolangs/
- by @antfu (2f4fe)codeToThemedTokens
options - by @antfu (5d8cf)codeToHtmlDualThemes
tocodeToHtmlThemes
- by @antfu (57daa)codeToHtmlThemes
tocodeToHtml
- by @antfu in https://github.com/shikijs/shiki/issues/9 (26cd5)hastTransform
totransforms
- by @antfu (3d245)codeToTokensWithThemes
, close #37 - by @antfu in https://github.com/shikijs/shiki/issues/37 (3acf1)unwasm
condition in exports - by @antfu in https://github.com/shikijs/shiki/issues/72 (96300)Twoslash
- by @antfu [(f740b)](https://togithub.com/shikijs/shiki/commit/f740b3e6Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR has been generated by Mend Renovate. View repository job log here.